home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / DAT / README.cdtodat < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.6 KB  |  42 lines

  1. CDTODAT: A simple CD-to-DAT copying example
  2.  
  3. cdtodat serves as a simple example of how to record to an audio DAT. 
  4. It takes an entire CD and digitally transfers the data to DAT, providing
  5. correct program numbers, index numbers, program-time, absolute-time,
  6. copy-protect bits, and lead-in and lead-out areas on the tape. cdtodat 
  7. should produce tapes that conform to the DAT specification.
  8.  
  9. cdtodat does not provide any user-interface. It has two modes: quiet
  10. and verbose. In quiet mode, the program will perform the entire copy
  11. without printing anything except errors. In quiet mode, which is 
  12. invoked with the '-q' option, the program will not indicate which program
  13. and index it is currently copying.
  14.  
  15. If cdtodat has problems on your machine, you may want to clean the
  16. heads on the DAT drive using a head-cleaner DAT. The DAT drives are 
  17. notoriously sensitive to dirty heads.
  18.  
  19. Please don't use cdtodat to reproduce copyrighted material except where 
  20. permitted by law.
  21.  
  22. Requirements:
  23.  
  24. cdtodat requires a CDROM drive capable of reading audio over the SCSI
  25. bus. The Toshiba models shipped by SGI have this capability. It also
  26. requires an audio-capable DAT drive which is compatible with the 
  27. ARDAT Python. The standard DAT drives from SGI provide this. Further,
  28. cdtodat must be run as root, because access to the CD drive requires
  29. root privileges. The media to be recorded to/from must be present in both
  30. drives before the program is executed.
  31.  
  32. cdtodat is provided as-is and without warranty -- please see the notice in the
  33. source code.
  34.  
  35. I welcome any feedback about cdtodat, as well as enhancements that you
  36. may make.
  37.  
  38.  
  39.     Doug Cook
  40.     cook@sgi.com
  41.     December, 1993
  42.